const vendor/golang.org/x/text/unicode/norm.ssStarter
13 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L28: ssStarter
composition.go#L62: return ssStarter
composition.go#L81: return ssStarter
iter.go#L278: case ssStarter:
iter.go#L317: if v := i.rb.ss.next(i.info); v == ssStarter {
iter.go#L398: if v := i.rb.ss.next(i.info); v == ssStarter {
iter.go#L435: if s := i.rb.ss.next(i.info); s == ssStarter {
normalize.go#L170: if s := rb.ss.next(info); s == ssStarter {
normalize.go#L327: case ssStarter:
normalize.go#L486: for i = p; i >= 0 && v != ssStarter; i = p {
normalize.go#L510: if s := rb.ss.next(info); s == ssStarter {
normalize.go#L537: if s := rb.ss.next(info); s == ssStarter {
normalize.go#L592: if v == ssStarter || p < 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |